home *** CD-ROM | disk | FTP | other *** search
- (******************** XREF PROGRAM USAGE DOCUMENTATION **************************
-
- RESTRICTIONS:
- 1) Only one level of include nesting supported
- 2) Insists on ^Z file text source file terminator
-
- USAGE:
- XREF TextFileName OutputFileName PrinterType LangType
-
- * If any parameter is missing, or invalid, XREF will prompt for them
- * If nothing is entered for a prompt (other than enter) the program
- will exit
- * If Scroll Lock is OFF, include files will not be processed
- * Supports Read Only Files
- * Exits if include files can't be found, or nested too deeply
- * Exits and closes output files on Ctrl-Break
- * Printer Type to set up compressed print (17 cpi)
- * Language Type for different reserved words and Include file
- handling
-
- PrinterType is:
- I - IBM graphics
- L - HP Laser
- D - DataSouth
-
- LangType is:
- T - Turbo Pascal
- M - Micosoft Pascal
-
- EXAMPLES:
- XREF DML.PAS OUT1.OUT I T
- XREF XREF.PAS OUT2.OUT L T
-
- DOT COMMANDS:
- {.xx} where xx is:
- PA - Hard page break
- CP nn - Conditional page break if < than nn lines remain on page
- PO nn - Set Left margin ( for offsetting three hole punch paper )
- L- - Turn listing off
- L+ - Turn listing on
- PL nn - Set page length ( default is 52 )
- HE ss - Header line string
- FO ss - Footer line string
-
- ****************************************************************************)
-